﻿@charset "utf-8";
/*
*{margin:0px;padding:0px;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.center{margin:0 auto;}
body{background-color:#fff;font-size:14px;font-family:"微软雅黑",Arial, Helvetica, sans-serif,"宋体";}
div,ul,li,dl,dd,dt,p{list-style:none; margin:0px; padding:0px; font-weight:normal; border:0px;}
div,p,img,ul,li,dl,dt,dd,h1,h3,h2,h5,h4,h6{margin: 0px;padding: 0px;font-size: 12px;font-family: "微软雅黑"; line-height:20px;border: 0 none;font-weight:normal;}
*/

*{margin:0px;padding:0px;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.center{margin:0 auto;}
body{background-color:#fff;font-size:14px;font-family:"微软雅黑",Arial, Helvetica, sans-serif,"宋体";}
div,ul,li,dl,dd,dt,p{list-style:none; margin:0px; padding:0px; font-weight:normal; border:0px;}
div,p,img,ul,li,dl,dt,dd,h1,h3,h2,h5,h4,h6{margin: 0px;padding: 0px;border: 0 none;}


A {/*COLOR:#000; */TEXT-DECORATION: none;}
A:visited {/*COLOR: #000;*/ TEXT-DECORATION: none;}
A:hover {TEXT-DECORATION: none;}
img{border:0px;}
.fs{ color:#ff7cba;}

.index_hot_news{
	box-sizing:border-box;
	width:980px;
	height: 368px;
	display: flex;
    background: #fff;
    box-shadow: 0 2px 8px 0 #dee4e6;
    border-radius: 0;
    overflow: hidden;
	margin: 0 auto;

	}
.index_hot_news_pic{
	box-sizing:border-box;
	width:634px; 
	height:368px; 
	overflow:hidden; 
	flex-shrink: 0;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
	background-color:#fff;
	border: 8px solid #fff;
	}
.index_hot_news_pic ul{box-sizing:border-box;height:352px;position:absolute; left:0;}
.index_hot_news_pic li{width:618px; height:352px; overflow:hidden;position:relative;float:left;}

.index_hot_news_left_inc{ width:32px; height:41px; position:absolute;left:0px;top:195px; cursor:pointer;background:url(../images/float_left_inc.png) left top no-repeat; z-index:9}
.index_hot_news_right_inc{ width:32px; height:41px; position:absolute;right:0px;top:195px; cursor:pointer;background:url(../images/float_right_inc.png) left top no-repeat; z-index:9}

.index_hot_news_list{ 
    width:346px;
    height:368px; 
    overflow:hidden; 
    position: relative;
    overflow: hidden;
    -moz-box-flex: 1;
    flex: 1 1;
	}
.index_hot_news_lists{width:346px; height:368px; overflow:hidden;position:relative;}
.index_hot_news_lists ul{ width:100%; height:428px;position:absolute;overflow:hidden;}
.index_hot_news_lists ul li{ 
    box-sizing:border-box;
	width:100%; height:92px;
	position:relative; 
    width: 100%;
    flex-shrink: 0;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    background: #f8f9f9;
    transition: background .5s;
	margin:0;
	padding:0;
}
.index_hot_news_lists ul li a{
	box-sizing:border-box;
    color: #000;
    padding: 0 15px;
    width: 100%;
    height: 100%;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
	font-size:18px;
	}
	.index_hot_news_lists ul li.on{
	background-color:#fff;
    background: #fff;
    border-right: 4px solid;
    -o-border-image: linear-gradient(180deg,#00d9ff,#00a5eb) 1;
    border-image: linear-gradient(180deg,#00d9ff,#00a5eb) 1;
	}
.index_hot_news_lists ul li.on a{ 
    font-weight:bold;

}
.index_hot_news_pre{ width:100%; height:23px; overflow:hidden; cursor:pointer;background:url(../images/index_hot_news_pre.png) no-repeat left top;}
.index_hot_news_next{ width:100%; height:23px; overflow:hidden; cursor:pointer;background:url(../images/index_hot_news_next.png) no-repeat left top;}